home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-06 | 567 b | 11 lines | [TEXT/R*ch] |
- This unit contains a single procedure ScanDir. Passing this a FSSpec will search
- all the files and folders in that directory. It calls its the searching
- procedure ScanSubDir recursively for each sub directory in the initial directory
- until it has searched all files and folders. Add your own code at the point
- below where it finds individual files. Like most things this code was made
- possible by learning from others, I just put it all together in one unit for my
- own purposes and thought others might take advantage of it.
-
- Chris Owen
- owen-christopher@yale.edu
-